Skip to content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UK Work & Study Program</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: #f5f5f5;
color: #333;
scroll-behavior: smooth;
}
header {
background: url('A_promotional_banner_for_the_"UK_Work_&_Study_Prog.png') no-repeat center center/cover;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 2rem;
}
header h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
header p {
font-size: 1.2rem;
margin-bottom: 2rem;
}
header a.button {
background: #007BFF;
color: white;
padding: 0.8rem 1.5rem;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
}
section {
padding: 4rem 2rem;
max-width: 900px;
margin: auto;
}
h2 {
color: #007BFF;
}
.lang-switch {
position: fixed;
top: 1rem;
right: 1rem;
background: white;
border: 1px solid #ccc;
border-radius: 6px;
padding: 0.3rem 0.6rem;
}
</style>
</head>
<body>
<div class="lang-switch">
<a href="#zh">中文</a> | <a href="#en">English</a>
</div>

<header>
<h1>UK Work & Study Program</h1>
<p>Gain real hospitality experience in the UK while improving your English!</p>
<a href="#apply" class="button">Apply Now</a>
</header>

<section id="en">
<h2>Program Overview</h2>
<p>Join our guaranteed hospitality placement program in the UK. You’ll take 4–8 weeks of English + career prep courses, then start working in cities like London or Manchester under the Youth Mobility Scheme (YMS) visa.</p>

<h2>Who It's For</h2>
<ul>
<li>Holders of a valid YMS visa (2 years)</li>
<li>English level B2 or above</li>
<li>Open to Taiwan, Japan, Korea, New Zealand citizens</li>
</ul>

<h2>Included</h2>
<ul>
<li>4–8 weeks English & hospitality career course</li>
<li>Guaranteed job in the UK hospitality sector</li>
<li>Certificate + employer reference + LinkedIn recommendation</li>
</ul>
</section>

<section id="zh">
<h2>計畫簡介</h2>
<p>透過英國餐旅實習計畫,您可以先修4-8週語言課程和職場準備,結束後進入倫敦或曼德雪特等地有薪工作。</p>

<h2>適合對象</h2>
<ul>
<li>擁有有效 YMS 打工度假簿</li>
<li>英文等級達 B2</li>
<li>開放給臺灣、日本、韓國、紐西蘭國民</li>
</ul>

<h2>計畫內容</h2>
<ul>
<li>4-8週 英語 + 餐旅職址課程</li>
<li>保證換工餐飲/旅館工作</li>
<li>提供證書、職報信、LinkedIn推薦</li>
</ul>
</section>

<section id="apply">
<h2>Apply Now / 立即報名</h2>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeExampleFormURL/viewform?embedded=true" width="100%" height="900" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</section>
</body>
</html>